home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’94
/
[√] Distribution Restricted!
/
Steve Sisak
/
TMFutures
/
FuturesDemo.h
< prev
next >
Wrap
Text File
|
1994-06-26
|
624b
|
22 lines
#ifndef __FUTURESDEMO__
#define __FUTURESDEMO__
#include <AppleEvents.h>
#define kSillyEventClass 'sily'
#define kPingEvent 'ping'
#define kPing1Event 'png1'
#define kPing2Event 'png2'
pascal OSErr HandlePing(AppleEvent question, AppleEvent answer, long handlerRefcon);
pascal OSErr HandlePing1(AppleEvent question, AppleEvent answer, long handlerRefcon);
pascal OSErr HandlePing2(AppleEvent question, AppleEvent answer, long handlerRefcon);
void SendSimpleAEvt(AEEventClass theAEEventClass, AEEventID theAEEventID);
pascal void InitFuturesDemo(void);
pascal void CleanupFuturesDemo(void);
#endif // __FUTURESDEMO__